func strconv.eiselLemire32
3 uses
strconv (current package)
atof.go#L587: f, ok := eiselLemire32(mantissa, exp, neg)
atof.go#L595: fUp, ok := eiselLemire32(mantissa+1, exp, neg)
eisel_lemire.go#L94: func eiselLemire32(man uint64, exp10 int, neg bool) (f float32, ok bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)